projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a6834
)
(record_char): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 24 Jan 2002 17:18:35 +0000
(17:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 24 Jan 2002 17:18:35 +0000
(17:18 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 3414f0d26042c0ae9202db7cf20bb98a7253868e..16a6b175dfbc5e20f67e26a369788bb036552181 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3010,7
+3010,7
@@
record_char (c)
if (EQ (XCAR (c), Qhelp_echo))
{
/* Don't record `help-echo' in recent_keys unless it shows some help
- message, and a different help than the previo
i
usly recorded
+ message, and a different help than the previously recorded
event. */
Lisp_Object help, last_help;